home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global givTRANSFROMSPRITE, givTRANSTOSPRITE, givTransFrom, givTransTo, givDebug
- MessagePut("entering frame ivTransition")
- set the castNum of sprite givTRANSFROMSPRITE to the number of cast givTransFrom
- set the castNum of sprite givTRANSTOSPRITE to the number of cast givTransTo
- set the locH of sprite givTRANSFROMSPRITE to 318
- set the locV of sprite givTRANSFROMSPRITE to 239
- set the locH of sprite givTRANSTOSPRITE to 318
- set the locV of sprite givTRANSTOSPRITE to 239
- updateStage()
- set the visible of sprite givTRANSFROMSPRITE to 1
- set the visible of sprite givTRANSTOSPRITE to 1
- end
-